home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / BIND / META3_CHARACTER < prev    next >
Encoding:
Text File  |  1993-05-04  |  702 b   |  16 lines

  1. Usage: BIND <key> META3_CHARACTER
  2.   This function switches to another "alternate" keymap.  That is,
  3.   after this character is hit, the next key hit can have a new
  4.   definition.  This is how the Escape sequences are done.  In
  5.   fact, the escape key's default binding is META1_CHARACTER.  For
  6.   example:
  7.     BIND meta1-[ META3_CHARACTER
  8.   binds this function to ^[[.  You may then bind meta key
  9.   sequences with either of the two following formats:
  10.     BIND ^[[A BACKWARD_HISTORY
  11.   or
  12.     BIND META3-A BACKWARD_HISTORY
  13.   Works just like the META1_CHARACTER and the META2_CHARACTER but the
  14.   default binding is meta1-[   which is very useful for binding arrow
  15.   keys and other escape sequences.
  16.